* And the variable definition for my previous commit
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 23 May 2008 22:17:13 +0000 (22:17 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 23 May 2008 22:17:13 +0000 (22:17 +0000)
includes/DefaultSettings.php

index 09b3e38..604909c 100644 (file)
@@ -720,6 +720,13 @@ $wgLocalMessageCache = false;
  */
 $wgLocalMessageCacheSerialized = true;
 
+/**
+ * Cache messages in MesssageCache per language, instead of all them together.
+ * Enable this if you have thousands of messages in MediaWiki namespace in many
+ * different languages.
+ */
+$wgPerLanguageCaching = false;
+
 /**
  * Directory for compiled constant message array databases
  * WARNING: turning anything on will just break things, aaaaaah!!!!